home *** CD-ROM | disk | FTP | other *** search
/ PC Computing: Gaming Megapac / Gaming Megapac (PC Computing)(Ziff-Davis)(D56A)(1997).ISO / office97 / pub.dir / 00005_Script_Drop Loop < prev    next >
Text File  |  1997-02-28  |  630b  |  34 lines

  1. on exitFrame
  2.   CheckRainbowNav
  3.   
  4.   -- CheckDropChips 6
  5.   
  6.   -- if soundBusy(2) then 
  7.   --   go to the frame
  8.   -- else
  9.   --   go to "1"
  10.   -- end if
  11.   
  12.   if rollover(32) then
  13.     puppetsprite 34, true
  14.     set the visible of sprite 34 to true
  15.     updatestage
  16.   else
  17.     puppetsprite 34, false
  18.     set the visible of sprite 34 to false
  19.     updatestage
  20.   end if
  21.   
  22.     if rollover(33) then
  23.     puppetsprite 35, true
  24.     set the visible of sprite 35 to true
  25.     updatestage
  26.   else
  27.     puppetsprite 35, false
  28.     set the visible of sprite 35 to false
  29.     updatestage
  30.   end if
  31.   
  32.   go to the frame
  33.   
  34. end